Package-level declarations

Types

Link copied to clipboard
interface Closeable
Link copied to clipboard
interface Connection : Closeable

Database connection interface. Can create statements and change settings of connection

Link copied to clipboard
interface Driver

Interface of Kotlin DBC driver

Link copied to clipboard

Manager of drivers and connections. Can create connection and register Drivers

Link copied to clipboard
interface ResultSet : Closeable

Provides set of rows Can fetch row fields

Link copied to clipboard
interface Statement : Closeable

Provides Statement API Can execute statement